Hi Sam,
KFLOP refers to the the currently Commanded Destination as "Dest". It refers to the currently measured Position as "Position". Usually the DRO's display the commanded Destination not the measured Position - especially if you don't have feedback.
So possibly that explains why you don't see any effect?
It normally doesn't make sense to change the Commanded Destination as this would cause a discontinuity in the commanded position and most likely a violent jump in the axis. So normally the axis should be disabled and then re-enabled with the
new Destination using the KFLOP command EnableAxisDest. Or something like:
_Controller.WriteLine(String.Format("EnableAxisDest{0} {1}", MyAxis, MyDest));